Base Builder MCP - Alpha Release
This repository is an MCP server destined for Base Builders.
In this alpha release, the server contains an implementation of Base Docs adapted for Model Context Protocol (MCP).
Follow the instructions below to use it 👇
Steps to Build and Add your MCP server
- Clone the repo and navigate to the directory:
git clone https://github.com/base/base-builder-mcp
cd base-builder-mcp
- Install the dependencies:
npm install
- You can now add the server to Claude or Cursor (Project Only or Global):
npm run setup:cursor
npm run setup:claude
Note: ✅ OPENAI Key is optional but recommended. It allows the guide to be reviewed and digested by another LLM to create a json file of the guide instead of feeding raw guide text to your agent.
Note 2: If you are facing issues with the last step (adding the server), you can check out MCP documentation for Claude Desktop or Cursor Docs for your Cursor IDE agent
Cursor Rules (Recommended)
Add the following to your Cursor rules by going to the command palette (Cmd/Ctrl + Shift + P) and selecting > Cursor Settings > Rules:
<MCP_USE_GUIDELINE>
<INSTRUCTION>
If the user says "I want to build on Base", make frequent use of the BuildOnBase MCP tool from Base-Docs MCP.
</INSTRUCTION>
<TOOLS>
What is the BuildOnBase tool from Base Builder MCP?
It's a tool which allows you to browse the sidebar of Base Docs and find the relevant guides to Build on Base. If you run this tool and you get an error because the guide is not found, try other guides from the sidebar.
</TOOLS>
</MCP_USE_GUIDELINE>
Expected Result
After adding Base Builder MCP to your agent, you can use it by saying "I want to build with base". Using that should trigger a call to the Base Builder MCP server:
Cursor agent calling Base Builder MCP
Claude agent calling Base Builder MCP
Recommend MCP Servers 💡
@66julienmartin/mcp-server-qwen_max
A Model Context Protocol (MCP) server implementation for the Qwen Max language model
bing-search-mcp
MCP Server for Bing Search API
builtwith
A Model Context Protocol (MCP) server that integrates with BuiltWith's technology detection API, allowing AI assistants to identify the technology stack behind any website through natural language commands.
@iplocate/mcp-server
MCP server for looking up IP address geolocation (IP to country, IP to city), network information, proxy and VPN detection, abuse contacts, and more - using the IPLocate.io API.
mcp-audiense-insights
Integrates Audiense Insights with MCP-compatible clients like Claude, enabling extraction of marketing insights and audience analysis from Audiense reports.
@freema/mcp-design-system-extractor
MCP (Model Context Protocol) server that enables AI assistants to interact with Storybook design systems. Extract component HTML, analyze styles, and help with design system adoption and refactoring.